home *** CD-ROM | disk | FTP | other *** search
/ GameStar 2005 March / Gamestar_71_2005-03_dvd.iso / Programy / MatrixY2K2005WebsiteStudio.exe / {app} / Matrix.exe / 0 / RCDATA / TFFLASH / TFFLASH.txt
Encoding:
Text File  |  2004-12-18  |  2.3 KB  |  126 lines

  1. object fFlash: TfFlash
  2.   Left = 232
  3.   Top = 209
  4.   BorderIcons = [biSystemMenu]
  5.   BorderStyle = bsSingle
  6.   Caption = 'Insert Flash Movie'
  7.   ClientHeight = 198
  8.   ClientWidth = 466
  9.   Color = clBtnFace
  10.   ParentFont = True
  11.   OldCreateOrder = False
  12.   Position = poScreenCenter
  13.   OnCreate = FormCreate
  14.   OnShow = FormShow
  15.   PixelsPerInch = 96
  16.   TextHeight = 13
  17.   object Edit1: TEdit
  18.     Left = 9
  19.     Top = 9
  20.     Width = 408
  21.     Height = 21
  22.     TabOrder = 0
  23.   end
  24.   object Button1: TButton
  25.     Left = 421
  26.     Top = 9
  27.     Width = 39
  28.     Height = 24
  29.     Caption = '...'
  30.     TabOrder = 1
  31.     OnClick = Button1Click
  32.   end
  33.   object CheckBox1: TCheckBox
  34.     Left = 312
  35.     Top = 52
  36.     Width = 105
  37.     Height = 18
  38.     Caption = 'Loop movie'
  39.     TabOrder = 2
  40.     OnClick = CheckBox1Click
  41.   end
  42.   object GroupBox1: TGroupBox
  43.     Left = 9
  44.     Top = 43
  45.     Width = 183
  46.     Height = 105
  47.     TabOrder = 3
  48.     object Label1: TLabel
  49.       Left = 9
  50.       Top = 26
  51.       Width = 31
  52.       Height = 13
  53.       Caption = 'Height'
  54.     end
  55.     object Label2: TLabel
  56.       Left = 95
  57.       Top = 26
  58.       Width = 28
  59.       Height = 13
  60.       Caption = 'Width'
  61.     end
  62.     object Label3: TLabel
  63.       Left = 9
  64.       Top = 78
  65.       Width = 77
  66.       Height = 13
  67.       Caption = 'This is optional !'
  68.     end
  69.     object SpinEdit1: TSpinEdit
  70.       Left = 9
  71.       Top = 43
  72.       Width = 70
  73.       Height = 22
  74.       MaxValue = 0
  75.       MinValue = 0
  76.       TabOrder = 0
  77.       Value = 0
  78.     end
  79.     object SpinEdit2: TSpinEdit
  80.       Left = 95
  81.       Top = 43
  82.       Width = 71
  83.       Height = 22
  84.       MaxValue = 0
  85.       MinValue = 0
  86.       TabOrder = 1
  87.       Value = 0
  88.     end
  89.   end
  90.   object Button2: TButton
  91.     Left = 9
  92.     Top = 165
  93.     Width = 81
  94.     Height = 27
  95.     Caption = 'Ok'
  96.     Default = True
  97.     ModalResult = 1
  98.     TabOrder = 4
  99.   end
  100.   object Button3: TButton
  101.     Left = 381
  102.     Top = 165
  103.     Width = 82
  104.     Height = 27
  105.     Caption = 'Cancel'
  106.     ModalResult = 2
  107.     TabOrder = 5
  108.   end
  109.   object ActionList1: TActionList
  110.     Left = 234
  111.     Top = 89
  112.     object CloseWindow: TAction
  113.       Caption = 'CloseWindow'
  114.       ShortCut = 27
  115.       OnExecute = CloseWindowExecute
  116.     end
  117.   end
  118.   object OpenDialog1: TJvOpenDialog
  119.     Options = [ofHideReadOnly, ofPathMustExist, ofEnableSizing]
  120.     Height = 0
  121.     Width = 0
  122.     Left = 304
  123.     Top = 128
  124.   end
  125. end
  126.